[INFO] cloning repository https://github.com/anotherhollow1125/todo_app_tracing
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anotherhollow1125/todo_app_tracing" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanotherhollow1125%2Ftodo_app_tracing", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanotherhollow1125%2Ftodo_app_tracing'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 653077b142ceb9929025943c65030289185b08ba
[INFO] fixing anotherhollow1125/todo_app_tracing against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanotherhollow1125%2Ftodo_app_tracing" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/anotherhollow1125/todo_app_tracing
[INFO] finished tweaking git repo https://github.com/anotherhollow1125/todo_app_tracing
[INFO] tweaked toml for git repo https://github.com/anotherhollow1125/todo_app_tracing written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/anotherhollow1125/todo_app_tracing on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/anotherhollow1125/todo_app_tracing already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-opentelemetry v0.32.0
[INFO] [stderr]   Downloaded tracing-core v0.1.35
[INFO] [stderr]   Downloaded tracing v0.1.43
[INFO] [stderr]   Downloaded prost v0.14.1
[INFO] [stderr]   Downloaded kinded v0.3.0
[INFO] [stderr]   Downloaded prost-derive v0.14.1
[INFO] [stderr]   Downloaded nutype v0.6.2
[INFO] [stderr]   Downloaded nutype_macros v0.6.2
[INFO] [stderr]   Downloaded kinded_macros v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8
[INFO] running `Command { std: "docker" "start" "2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling slab v0.4.11
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling openssl-probe v0.1.6
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling flume v0.11.1
[INFO] [stderr]     Checking iri-string v0.7.9
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling nutype_macros v0.6.2
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling urlencoding v2.1.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.7
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling kinded_macros v0.3.0
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling kinded v0.3.0
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking axum-core v0.5.5
[INFO] [stderr]     Checking opentelemetry v0.31.0
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.2
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]     Checking nutype v0.6.2
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.7
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking prost v0.14.1
[INFO] [stderr]     Checking tonic v0.14.2
[INFO] [stderr]     Checking opentelemetry_sdk v0.31.0
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking tonic-prost v0.14.2
[INFO] [stderr]     Checking reqwest v0.12.26
[INFO] [stderr]     Checking axum v0.8.7
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]     Checking opentelemetry-proto v0.31.0
[INFO] [stderr]     Checking tracing-opentelemetry v0.32.0
[INFO] [stderr]     Checking opentelemetry-http v0.31.0
[INFO] [stderr]     Checking opentelemetry-otlp v0.31.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]     Checking todo_app_tracing v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |       let all_todo_items = sqlx::query_as!(
[INFO] [stdout]    |  __________________________^
[INFO] [stdout] 18 | |         ToDoItem,
[INFO] [stdout] 19 | |         r#"
[INFO] [stdout] 20 | |         SELECT id as "id: u32", title, content, started_at as "started_at: DateTime<Utc>", deadline_at as "deadline_at: DateTime<U...
[INFO] [stdout] 21 | |         FROM todo_items
[INFO] [stdout] 22 | |         "#
[INFO] [stdout] 23 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:17:26
[INFO] [stdout]    |
[INFO] [stdout] 17 |       let all_todo_items = sqlx::query_as!(
[INFO] [stdout]    |  __________________________^
[INFO] [stdout] 18 | |         ToDoItem,
[INFO] [stdout] 19 | |         r#"
[INFO] [stdout] 20 | |         SELECT id as "id: u32", title, content, started_at as "started_at: DateTime<Utc>", deadline_at as "deadline_at: DateTime<U...
[INFO] [stdout] 21 | |         FROM todo_items
[INFO] [stdout] 22 | |         "#
[INFO] [stdout] 23 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |       let todo_item = sqlx::query_as!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 36 | |         ToDoItem,
[INFO] [stdout] 37 | |         r#"
[INFO] [stdout] 38 | |         SELECT id as "id: u32", title, content, started_at as "started_at: DateTime<Utc>", deadline_at as "deadline_at: DateTime<U...
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |         id
[INFO] [stdout] 43 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let max_id = sqlx::query_scalar!("SELECT MAX(id) FROM todo_items")
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |       let todo_item = sqlx::query_as!(
[INFO] [stdout]    |  _____________________^
[INFO] [stdout] 36 | |         ToDoItem,
[INFO] [stdout] 37 | |         r#"
[INFO] [stdout] 38 | |         SELECT id as "id: u32", title, content, started_at as "started_at: DateTime<Utc>", deadline_at as "deadline_at: DateTime<U...
[INFO] [stdout] ...  |
[INFO] [stdout] 42 | |         id
[INFO] [stdout] 43 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     sqlx::query!(
[INFO] [stdout] 69 | |         r#"
[INFO] [stdout] 70 | |         INSERT INTO todo_items (id, title, content, started_at, deadline_at)
[INFO] [stdout] 71 | |         VALUES (?, ?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |         todo_item.deadline_at,
[INFO] [stdout] 78 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:55:18
[INFO] [stdout]    |
[INFO] [stdout] 55 |     let max_id = sqlx::query_scalar!("SELECT MAX(id) FROM todo_items")
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_scalar` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:68:5
[INFO] [stdout]    |
[INFO] [stdout] 68 | /     sqlx::query!(
[INFO] [stdout] 69 | |         r#"
[INFO] [stdout] 70 | |         INSERT INTO todo_items (id, title, content, started_at, deadline_at)
[INFO] [stdout] 71 | |         VALUES (?, ?, ?, ?, ?)
[INFO] [stdout] ...  |
[INFO] [stdout] 77 | |         todo_item.deadline_at,
[INFO] [stdout] 78 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |       let existing_item = sqlx::query_as!(
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 92 | |         ToDoItem,
[INFO] [stdout] 93 | |         r#"
[INFO] [stdout] 94 | |         SELECT id as "id: u32", title, content, started_at as "started_at: DateTime<Utc>", deadline_at as "deadline_at: DateTime<U...
[INFO] [stdout] ...  |
[INFO] [stdout] 98 | |         id
[INFO] [stdout] 99 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]    --> src/end_points.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | /     sqlx::query!(
[INFO] [stdout] 115 | |         r#"
[INFO] [stdout] 116 | |         UPDATE todo_items
[INFO] [stdout] 117 | |         SET title = ?, content = ?, started_at = ?, deadline_at = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |         id,
[INFO] [stdout] 125 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]   --> src/end_points.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |       let existing_item = sqlx::query_as!(
[INFO] [stdout]    |  _________________________^
[INFO] [stdout] 92 | |         ToDoItem,
[INFO] [stdout] 93 | |         r#"
[INFO] [stdout] 94 | |         SELECT id as "id: u32", title, content, started_at as "started_at: DateTime<Utc>", deadline_at as "deadline_at: DateTime<U...
[INFO] [stdout] ...  |
[INFO] [stdout] 98 | |         id
[INFO] [stdout] 99 | |     )
[INFO] [stdout]    | |_____^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query_as` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]    --> src/end_points.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 | /     sqlx::query!(
[INFO] [stdout] 115 | |         r#"
[INFO] [stdout] 116 | |         UPDATE todo_items
[INFO] [stdout] 117 | |         SET title = ?, content = ?, started_at = ?, deadline_at = ?
[INFO] [stdout] ...   |
[INFO] [stdout] 124 | |         id,
[INFO] [stdout] 125 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]    --> src/end_points.rs:137:18
[INFO] [stdout]     |
[INFO] [stdout] 137 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 138 | |         r#"
[INFO] [stdout] 139 | |         DELETE FROM todo_items
[INFO] [stdout] 140 | |         WHERE id = ?
[INFO] [stdout] 141 | |         "#,
[INFO] [stdout] 142 | |         id
[INFO] [stdout] 143 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]    --> src/end_points.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 | /     sqlx::query!(
[INFO] [stdout] 157 | |         r#"
[INFO] [stdout] 158 | |         DELETE FROM todo_items
[INFO] [stdout] 159 | |         "#
[INFO] [stdout] 160 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]    --> src/end_points.rs:137:18
[INFO] [stdout]     |
[INFO] [stdout] 137 |       let result = sqlx::query!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 138 | |         r#"
[INFO] [stdout] 139 | |         DELETE FROM todo_items
[INFO] [stdout] 140 | |         WHERE id = ?
[INFO] [stdout] 141 | |         "#,
[INFO] [stdout] 142 | |         id
[INFO] [stdout] 143 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: error returned from database: (code: 14) unable to open database file
[INFO] [stdout]    --> src/end_points.rs:156:5
[INFO] [stdout]     |
[INFO] [stdout] 156 | /     sqlx::query!(
[INFO] [stdout] 157 | |         r#"
[INFO] [stdout] 158 | |         DELETE FROM todo_items
[INFO] [stdout] 159 | |         "#
[INFO] [stdout] 160 | |     )
[INFO] [stdout]     | |_____^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `$crate::sqlx_macros::expand_query` which comes from the expansion of the macro `sqlx::query` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Utc`
[INFO] [stdout]   --> src/end_points.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use chrono::{DateTime, Utc};
[INFO] [stdout]    |              ^^^^^^^^  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Utc`
[INFO] [stdout]   --> src/end_points.rs:11:14
[INFO] [stdout]    |
[INFO] [stdout] 11 | use chrono::{DateTime, Utc};
[INFO] [stdout]    |              ^^^^^^^^  ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `todo_app_tracing` (bin "todo_app_tracing") due to 8 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `todo_app_tracing` (bin "todo_app_tracing" test) due to 8 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8", kill_on_drop: false }`
[INFO] [stdout] 2715cc3457e01d1aa32f907908f575c680d7eb43856d478c23854e1b8ccd9ad8
